﻿/* home background image */
.home.bg-holder.d-none.d-lg-block {
    z-index: 9;
}

.home .video{
	display: none!important;
}

/* added to match font size of AllianceTexas.com */ 
/* p, ul li {font-size:18px!important;} */
/* END added to match font size of AllianceTexas.com */ 

/* logo header */


div.is-solid > div.logo > a > svg > g#line{
	fill:#707272;
	stroke:#707272;
}

g#line {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}

.navbar .logo svg {
    width: 250px!important;
    height: 100px!important;
}

nav.active > .nav-inner{
	top: 25px!important;
}

/* logo footer */
footer .logo svg {
    width: 500px!important;
    height: 100px!important;
}


.dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone {
    display: none;
}

.dnnFileUploadScope {
    width: 290px;
}

.dnnFileUploadScope .dnnFormItem span {
    width: 65px;
}

.instructions {
    margin-top: 30px;
}

.fancybox-slide--iframe {
    padding: 44px 93px 0;
}

div.dnnForm {min-width:inherit;}

.req_msg {
    color: #ba2f1d; 
    margin-bottom: 5px;
    margin-left: -156px;
    max-width: 35%;
    z-index: 20;

}

.required {
        color:#ba2f1d; 
        font-style:italic;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
        #rc-imageselect, .g-recaptcha {
            transform: scale(0.5);
            -webkit-transform: scale(0.5);
            transform-origin: 0 0;
            -webkit-transform-origin: 0 0;
            margin-left: 70px;
        }
}
@media only screen and (min-device-width: 481px) {
        #rc-imageselect, .g-recaptcha {
            transform: scale(0.85);
            -webkit-transform: scale(0.85);
            transform-origin: 0 0;
            -webkit-transform-origin: 0 0;
            margin-left: 80px;
        }
}

input[type="button" i]:disabled, input[type="submit" i]:disabled, input[type="reset" i]:disabled, input[type="file" i]:disabled::-webkit-file-upload-button, button:disabled, select:disabled, optgroup:disabled, option:disabled, select[disabled] > option {
    color: graytext !important;
}

/* Reservation Form */
#reservationFormAdmin textarea, #reservationFormAdmin input {
    width: 400px;
}

#reservationFormAdmin textarea {
    height: 120px;
}

#reservationFormAdmin .field-label {
    text-align: right;
    margin-right: 20px;
    float: left;
    min-width: 200px;
}

#reservationFormAdmin .req_msg {
    color: #ba2f1d; 
    margin-bottom: 5px;
    margin-left: initial;
    max-width: 35%;
    z-index: 20;

}
/* End Reservation Form */

/* Map Info Windo */ 

div.map-info-window > p{
	font-size: 1.9rem;
}

div.map-info-window > h4{
	font-size: 2rem;
}
/* Instagram Icon on front page. */ 

.ig-icon-pos{
	font-size:2.6rem!important;
	color:fff!important;

}
.ig-icon-pos{
	position:absolute!important;
	z-index:1!important;
	left:15px!important;
	bottom:15px!important;
}


/* nav pipe */

.avserv{
	display:flex;
	width:258px;
	height:32px;
}
.nav-pipe {
	display:flex;
	width:258px;
	height:32px;
}
.avserv > .nav-pipe > a{
	display:flex;
	color:#ffffff;
	height:32px;
	width:258px;

}
.atx-map > .navbar > .nav-right > .avserv > .nav-pipe > a{
	display:flex;
	 color: #333c4a!important;
	height:32px;
	width:258px;

}
.events > .navbar > .nav-right > .avserv > .nav-pipe > a{
	display:flex;
	 color: #333c4a!important;
	height:32px;
	width:258px;

}
.gallery > .navbar > .nav-right > .avserv > .nav-pipe > a{
	display:flex;
	 color: #333c4a!important;
	height:32px;
	width:258px;

}
.atx-map .header-light > .navbar > .nav-right > .avserv > .nav-pipe > a{

}

.events .header-light > .navbar > .nav-right > .avserv > .nav-pipe > a{
	 color: #333c4a!important;
}

.is-solid > .nav-right > .avserv > .nav-pipe > a{
	 color: #333c4a;
}
.nav-pipe:after   {

	content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
	margin-right:10px;
    background: rgba(255,255,255,0.6);
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
	
}
.is-solid > .nav-right > .avserv > .nav-pipe:after {
	    background: rgba(51,60,74,0.6);
}
.nav-pipe{
	font-size:20px;
}

.home .air-show .content {

    margin-left: 0; 
    text-align: left;
}
.home .air-show p {

    margin-left: 0;

}

.elite-h2 {
	display:block;
	font-size: 4.4rem!important;
    font-weight: 800!important;
    text-transform: uppercase!important;
    letter-spacing: 0.1em!important;
    line-height: 1!important;
    margin-bottom: 10px!important;
}

h2.elite-h2:after {

    content: '';
    position: relative;
    display: block;
    width: 120px;
    height: 1px;
    background: rgba(51,60,74,0.5);
    margin: 30px auto;

}


@media (min-width: 846px) and (max-width: 1091px) {
.navbar > .logo{
		display: block!important;
		margin-right: auto!important;
		margin-left: auto!important;
		padding-left: 13%!important;
	}

}

@media (min-width: 744px)and (max-width: 845px){
	.navbar > .logo{
		display: block!important;
		margin-right: auto!important;
		margin-left: auto!important;
		padding-left: 4%!important;
	}	
}

@media (min-width:698px) and (max-width: 743px){
	.navbar > .logo{
		display: block!important;
		margin-right: auto!important;
		margin-left: auto!important;
		padding-left: 6%!important;
	}	
}

@media (min-width:500px) and (max-width:697px){
	.navbar > .logo{
		display: block!important;
		margin-right: auto!important;
		margin-left: auto!important;
		
	}	
	.navbar > .logo > a > svg{

	width: 250px!important;
    height: auto!important;
	padding-left: 17%!important;
	}
}

@media (max-width:499px){
	.navbar > .logo{
		display: block!important;
		margin-right: auto!important;
		margin-left: auto!important;
		padding-left: 11%!important;
	}

	.navbar .logo svg {
    	width: 175px!important;
    	height: 100px!important;
	}


	.footer-container > .logo {
		max-width:100%!important;
		display: block!important;
		margin-right: auto!important;
		margin-left: auto!important
	}
	.footer-container > .logo > a > svg {
		width: 250px!important;
		height:auto!important;
		

	}	
}

/* Events Page */

.events-container {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	padding-left: 10%;
	padding-right: 10%;
}

.events-text {
	font-size: 2.5rem !important;
	font-weight: 400 !important;
	line-height: 1.6;
	max-width: 970px;
	/* text-align: center; */
	text-transform: none !important;
	letter-spacing: normal !important;

} 

/* Testimonials */
.Testimonials main .contactForm .input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.Testimonials main .contactForm .input-wrapper+.input-wrapper {
    margin-top: 20px
}

.Testimonials main .contactForm .field {
    position: relative
}

.Testimonials main .contactForm .field.first-name,.Testimonials main .contactForm .field.last-name {
    width: calc((100% - 5px) / 2)
}

@media (max-width: 499px) {
    .Testimonials main .contactForm .field.first-name,.Testimonials main .contactForm .field.last-name {
        width:100%
    }
}

@media (max-width: 499px) {
    .Testimonials main .contactForm .field.last-name {
        margin-top:20px
    }
}

.Testimonials main .contactForm .field.email,.Testimonials main .contactForm .field.phone,.Testimonials main .contactForm .field.company {
    width: calc((100% - 10px) / 3)
}

@media (max-width: 991.98px) {
    .Testimonials main .contactForm .field.email,.Testimonials main .contactForm .field.phone,.Testimonials main .contactForm .field.tailnumber {
        width:calc((100% - 5px) / 2)
    }
}

@media (max-width: 499px) {
    .Testimonials main .contactForm .field.email,.Testimonials main .contactForm .field.phone,.Testimonials main .contactForm .field.tailnumber {
        width:100%;
        margin-top: 20px
    }
}

@media (max-width: 499px) {
    .Testimonials main .contactForm .field.email {
        margin-top:0
    }
}

@media (max-width: 991.98px) {
    .Testimonials main .contactForm .field.tailnumber {
        width:100%;
        margin-top: 20px
    }
}

.Testimonials main .contactForm .field.comments {
    width: 100%
}

.Testimonials main .contactForm .field.comments textarea {
    width: 100%;
    height: 110px;
    padding: 15px 35px
}

@media (max-width: 767.98px) {
    .Testimonials main .contactForm .field.comments textarea {
        padding:15px
    }
}

.Testimonials main .contactForm .submit-wrapper {
    margin-top: 65px
}

.Testimonials main .contactForm .submit-btn {
    height: 60px;
    background: #00539c;
    padding: 0 20px;
    font-weight: 600;
    color: #fff
}

.Testimonials main .contactForm .submit-btn:hover,.Testimonials main .contactForm .submit-btn:focus {
    background: #006ecf
}

.Testimonials main .contactForm .select-wrapper {
    display: none
}

.Testimonials main .contactForm .req_msg {
    position: absolute;
    left: 0;
    bottom: -19px;
    max-width: none;
    margin: 0
}

.Testimonials main .contactForm p.success {
    text-align: center
}

